Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pyproject-hooks to 1.2.0 #13125

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ichard26
Copy link
Member

Towards #13103.

We may be affected by pypa/pyproject-hooks#206. PTAL.

@@ -38,4 +38,5 @@ def generate_editable_metadata(
except InstallationSubprocessError as error:
raise MetadataGenerationFailed(package_details=details) from error

assert distinfo_dir is not None
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this should be necessary given that prepare_metadata_for_build_editable() on the super class is typed to return str. This seems an oversight when type annotations were added to pyproject-hooks. I've asked around whether this is intentional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant